<html>
<head>
<title>[TITLE]</title>
<link type="text/css" rel="StyleSheet" href="/_st/my.css" /> 
</head>
<body>
<script type="text/javascript">
 $(document).ready(function () { 
 $('.bg_img').hover(function () {
 $(this).stop().animate({opacity: 0.7}, 'normal');
 }, function () {
 $(this).stop().animate({opacity: 1}, 'normal');
 });
 //Picture fade plus
 $(' .yvel a').addClass('fadehide').hide();
 $(' .yvel').hover(function() {
 $(this).find('a.fadehide').stop().fadeIn('slow');
 }, function() {
 $(this).find('a.fadehide').stop().fadeOut('slow');
 });
 //Paginator
 $(".next, .prew").parent().parent().css("padding","0");
 $(".prew, .next").parent().css("padding","0");
 });
</script> 
<div id="container">

<!-- <header> -->
<!--    --> 
<div id="header">
<div id="header_in">
<a href="/" title="" class="hLogo"></a>
<div style="width: 468px; height: 60px; display: block; padding-top:56px; padding-left: 542px;">
<a href="http://studrippo.com/"><img src="/img/banner.png" alt="!"></a>
</div> 
</div>
<?if($USER_LOGGED_IN$)?>
<div class="bottom_v"><a href="/index/10"></a></div>
<div class="bottom_r"><a href="/index/8"></a></div>
<?else?>
<div class="bottom_v"><a href="javascript://" rel="nofollow" onclick="new _uWnd('LF',' ',-250,-110,{autosize:0,closeonesc:1,resize:1},{url:'/index/40'});return false;"></a></div>
<div class="bottom_r"><a href="/index/3"></a></div> 
<?endif?>
 
<ul id="menu">
<li><a href="/" title="  "><em></em></a></li>
<li><a href="/forum" title="    "><em></em></a></li>
<li><a href="/load" title="  "><em></em></a></li>
<li><a href="/publ" title=" "><em></em></a></li>
<li><a href="/stuff" title=" "><em></em></a></li>
</ul> 
</div>
<!--   .  -->
<!-- </header> -->

<div class="container_tbg"></div> 
<div class="container_cbg">
<div class="side_left">
<!-- <container> --><!-- </container> -->
</div>
<div class="side_center">
[BODY]
</div><div class="clear"></div></div><div class="container_bbg"></div> 

<!-- <footer> -->
<!--    -->
<div id="footer">
<div class="text">    $SITE_NAME$.<br>
        .<br>

$POWERED_BY$ | <a href="http://manucoz.ru/" title="  uCoz">  uCoz</a><br> 
<a href="/sitemap.xml" title="  "> </a> | <a href="/sitemap-forum.xml" title="  "> </a></div></div>
<div class="banner_1"><img src="/nobanner88x31.png" width="88" height="31" border="0" alt="!"></div>
<div class="banner_2">$COUNTER$</div> 
<!--   .  -->
<!-- </footer> -->

</div>
</body>
</html>
<!-- <popup> -->
<div style="border:1px solid black;padding:3px;">
<div align="center"><b>[TITLE]</b></div>
[BODY]
</div>
<!-- </popup> -->